home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCT_414_zSubWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-08  |  429 b   |  21 lines

  1. /* %filename% -- subwindow class */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. #define _H_z%WindName% 
  5.  
  6. #include <CDirector.h>
  7.  
  8. %for each item gen classDecl%
  9.  
  10. /*----------*/
  11. class Z%WindName% : public CDirector {
  12. public:
  13.     %for each item gen instance%
  14.  
  15.     virtual void    IZ%WindName%%    %(CDirectorOwner    *aSupervisor);
  16.     %for each item gen zAuxiliaryMethod.decl%
  17.  
  18.     void     DoCommand        (long        theCommand);    // is override
  19.  
  20. }; /* Z%WindName% */
  21.